home *** CD-ROM | disk | FTP | other *** search
- Path: newsflash.hol.gr!news
- From: john <vjohn@prometheus.hol.gr>
- Newsgroups: comp.lang.c++
- Subject: ERROR, Please HELP me
- Date: Sun, 24 Mar 1996 19:55:32 +0200
- Organization: Hellas On Line
- Message-ID: <31558C94.44B1@prometheus.hol.gr>
- NNTP-Posting-Host: cronos.hol.gr
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- I have this class ...
-
- Class MyDialog : TDialog
- {
- public :
- MyDialog(TWindows* aParent) :: TDialog(aParend, "MyDialog_RC")
- {
- }
- }
-
- and I call MyDialog class ...
-
- (new MyDialog(this))->Execute());
-
- Is correct ?????
-
- When BC++ is loaded no error occurs.
-
- I close BC++(4.5), I run the program and get the bellow error
- when call MyDialog Dialog
-
-
- +---------------------------+
- | Object Windows Exception |
- +---------------------------+
- | Execute Fail for window |
- | Ok to resume ? |
- | |
- | YES NO |
- +---------------------------+
-
- Please. help me.
-
- Thanks in advance John.
-